From 768d1f40acfb588901d2674149bd2a94c3639525 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 29 Sep 2025 20:17:35 +0800 Subject: [PATCH] v2ray-core: Update to 5.39.0 Release note: https://github.com/v2fly/v2ray-core/releases/tag/v5.39.0 Signed-off-by: Tianling Shen --- net/v2ray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/v2ray-core/Makefile b/net/v2ray-core/Makefile index 261477736a..260f8ad0ed 100644 --- a/net/v2ray-core/Makefile +++ b/net/v2ray-core/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-core -PKG_VERSION:=5.38.0 +PKG_VERSION:=5.39.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2fly/v2ray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=6e2412f6d08282ef06e4f3c752db443d782bb2d6cbf525ebbb2f5e2c01759f9e +PKG_HASH:=a6f6db8a6911dbaaf9c140a73e9f9d56706e046bf2cf234da3d06bb4ee4310a6 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2